home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / POV-Ray 2.2 / POVMAC / POV-Ray / POV-Ray.rsrc / TEXT_309_difference.txt < prev    next >
Encoding:
Text File  |  1994-02-10  |  227 b   |  8 lines

  1. // CSG difference, subtract intersections of shapes 2‚ĶN from Shape1
  2. difference
  3. {
  4.   Shape1 {‚Ķ} // Start with this shape
  5.   Shape2 {‚Ķ} // This will be "cut out" of Shape1
  6.   ShapeN {‚Ķ} // This will be "cut out" of Shape1
  7. }
  8.